TargetWin32 Constant

Used to indicate that you are compiling code for a Windows OS. REALbasic supports Windows 98 and above.

result=TargetWin32

PartTypeDescription
result Boolean Returns True if you are compiling Windows code.


See Also

DebugBuild, RBVersion, RBVersionString, TargetBigEndian, TargetCarbon, TargetHasGUI, TargetLinux, TargetLittleEndian, TargetMachO, TargetMacOS, TargetMacOSClassic, TargetMachO constants; #If statement.